home *** CD-ROM | disk | FTP | other *** search
/ Speccy ClassiX 1998 / Speccy ClassiX 98.iso / amiga_system / the_aminet / dev / gcc / ixemulsrc.lha / ixemul-41.4 / stack / stkovf.c < prev    next >
C/C++ Source or Header  |  1995-05-23  |  146b  |  12 lines

  1. #include <bases.h>
  2.  
  3. asm("
  4.     .text
  5.     .even
  6.     .globl    ___stkovf
  7.  
  8. ___stkovf:
  9.     clrl    "A4(___stk_limit)"    | generate no more stackoverflows
  10.     jra    __XCOVF
  11. ");
  12.